home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / mac / ASIAWIN / SHARED.DIR / 00186_Script_186 < prev    next >
Text File  |  1995-08-23  |  202b  |  12 lines

  1. on mouseUp
  2.   global g_num_pics
  3.   
  4.   mouseClick
  5.   set the visible of sprite 2 to FALSE
  6.   updateStage
  7.   if the frame = label("SEND") then
  8.     go to 65
  9.   else
  10.     go to the frame +1
  11.   end if
  12. end